* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

body {
  font-family: \5fae\8f6f\96c5\9ed1, Arial !important;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

@font-face {
  font-family: "MaisonNeueWEB-Bold";
  src: url("../fonts/MaisonNeueWEB-Bold.woff2");
}

@font-face {
  font-family: "MaisonNeueWEB-Light";
  src: url("../fonts/MaisonNeueWEB-Light.woff2");
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.container {
  width: 1300px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1300px;
}

/* 头部开始 */
.index_head {
  width: 100%;
  background-color: #fff;
  /* box-shadow: 0px 5px 5px rgba(117, 117, 117, 0.1); */
  border-bottom: 1px solid #efefef;
  height: 80px;
  position: fixed;
  z-index: 100;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.index_head.head_fixed {
  position: fixed;
  top: 0;
  line-height: 70px;
  z-index: 99;
  height: 70px;
}

.index_head .index_head_auto {
  height: 80px;
  padding: 0 60px;
  /* width: 1200px; */
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.index_head.head_fixed .index_head_auto {
  height: 70px;
}

.index_head .index_head_auto .head_logo {
  margin-top: 18px;
  float: left;
  width: 140px;
}

.index_head.head_fixed .index_head_auto .head_logo {
  margin-top: 16px;
}

.index_head .index_head_auto .head_logo img {
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.index_head.head_fixed .index_head_auto .head_logo img {
  width: 90%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.index_head .index_head_auto .head_nav {
  line-height: 80px;
  height: 80px;
  float: right;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.index_head.head_fixed .head_nav {
  line-height: 70px;
  height: 70px;
}

.index_head.head_fixed .index_head_auto .head_nav li a::after {
  bottom: 1px;
  height: 2px;
}

.index_head .index_head_auto .head_nav .menu_ul {
  float: left;
}

.index_head .index_head_auto .head_nav li {
  float: left;
  position: relative;
  height: 80px;
  margin-right: 50px;
}

.index_head .index_head_auto .head_nav li:last-of-type {
  margin-right: 20px;
}

.index_head .index_head_auto .head_nav li:last-of-type::after {
  display: none;
}

.index_head .index_head_auto .head_nav li a {
  color: #666;
  display: block;
  line-height: 22px;
  padding-top: 18px;
  text-align: center;
}

.index_head .index_head_auto .head_nav li a h4 {
  font-size: 16px;
}

.index_head .index_head_auto .head_nav li a h5 {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.index_head .index_head_auto .head_nav li::after {
  /* content: ""; */
  position: absolute;
  display: block;
  width: 1px;
  height: 35px;
  background: #eee;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -25px;
}

.index_head .index_head_auto .head_nav li a:hover {
  color: #c4261d;
}

/* 
.index_head .index_head_auto .head_nav li a:hover::after {
  width: 80%;
} */

.index_head .index_head_auto .head_nav li.action a h5,
.index_head .index_head_auto .head_nav li.action a h4,
.index_head .index_head_auto .head_nav li:hover a h5,
.index_head .index_head_auto .head_nav li:hover a h4 {
  color: #c4261d;
}

/* .index_head .index_head_auto .head_nav li.action a::after {
  width: 80%;
} */

.index_head .index_head_auto .head_nav .share_icon {
  float: left;
  margin-left: 30px;
  height: 80px;
}

.index_head .index_head_auto .head_nav .share_icon .icon_nav {
  float: left;
  line-height: 80px;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.index_head.head_fixed .head_nav .share_icon .icon_nav {
  line-height: 70px;
}

.index_head .index_head_auto .head_nav .share_icon .search {
  float: left;
  margin-left: 10px;
  padding: 31px 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.index_head .index_head_auto .head_nav .share_icon .wxicon {
  float: left;
  width: 25px;
  height: 25px;
  padding: 28px 0;
  margin-left: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.index_head .index_head_auto .head_nav .share_icon .wxicon:hover {
  opacity: 0.8;
}

.index_head.head_fixed .head_nav .share_icon .search {
  padding: 26px 0;
}

.index_head.head_fixed .head_nav .share_icon .wxicon {
  padding: 23px 0;
}

.index_head .index_head_auto .head_nav .share_icon img {
  width: 100%;
  display: block;
}

.index_head .index_head_auto .head_nav .share_icon .icon_nav a {
  margin: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  vertical-align: middle;
}

.index_head .index_head_auto .head_nav .share_icon .icon_nav a:hover {
  color: #c4261d;
}

.index_head .index_head_auto .head_nav #wximg {
  position: fixed;
  width: 290px;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -60%);
  padding: 20px 20px 35px;
  background-color: #fff;
  text-align: center;
  display: none;
  z-index: 3;
  line-height: 30px;
}

.index_head .index_head_auto .head_nav #wximg img {
  display: block;
  width: 250px;
}

.index_head .index_head_auto .head_nav #wximg .wxwrap {}

.index_head .index_head_auto .head_nav #wximg .wxwrap p {
  line-height: 12px;
  margin-bottom: 20px;
}

.index_head .index_head_auto .head_nav #wximg .wxwrap .close {
  width: 120px;
  height: 36px;
  line-height: 36px;
  background-color: #333;
  color: #fff;
  margin: 0 auto;
  outline: none;
  border: none;
  cursor: pointer;
}

.index_head .index_head_auto #mask_shadow1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  z-index: 2;
}

#mask_shadow {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#popup {
  display: none;
  position: fixed;
  z-index: 2;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 580px;
  height: 120px;
  border-radius: 20px;
  text-indent: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;

}

#popup .popup_box {
  position: relative;
  z-index: 2;
  width: 450px;
  height: 45px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  text-indent: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

#popup .search_text {
  width: 390px;
  height: 45px;
  border-radius: 30px;
  border: none;
  margin-left: 10px;
  position: absolute;
  outline: none;
}

#popup .search_submit {
  position: absolute;
  right: 7px;
  top: 9px;
  width: 27px;
  height: 27px;
  border: none;
  outline: none;
  background: url(../images/search.png) no-repeat;
  background-size: cover;
  border-radius: 30px;
  cursor: pointer;
}

/* 头部结束 */

/* banner图开始 */
.index_banner {
  width: 100%;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_banner .banner_txt {
  position: absolute;
  text-align: left;
  z-index: 1000;
  right:2%;
  max-width: 400px;
  bottom: 4%;
}

.index_banner .banner_txt h3 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: #2b2a2a 4px 4px 6px;
}

.index_banner .banner_txt p {
  font-size: 15px;
  color: #fff;
  text-shadow: #121212 3px 2px 6px;
}

.index_banner .swiper-button-prev {
  width: 45px;
  height: 47px;
  background: rgb(0, 0, 0, 0.4);
  left: -58px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.index_banner .swiper-button-prev::after {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.index_banner .swiper-button-next {
  width: 45px;
  height: 47px;
  background: rgb(0, 0, 0, 0.4);
  right: -65px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.index_banner .swiper-button-next::after {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.index_banner:hover .swiper-button-next {
  right: 0px;
  outline: none;
}

.index_banner:hover .swiper-button-prev {
  left: 0px;
  outline: none;
}

/* banner图结束 */

/* 项目案例开始 */
.idnex_picimg {
  padding: 60px 0;
  position: relative;
  margin-top: 20px;
  /* min-height: 1600px; */
}

.picimg_head {
  text-align: center;
  padding-bottom: 50px;
}

.picimg_head .head_title {
  float: left;
  text-align: left;
}

.picimg_head .head_title h3 {
  font-size: 26px;
  color: #424242;
  line-height: 35px;
}

.picimg_head .head_title h3 span {
  font-size: 16px;
  color: #b6b6b6;
  margin-left: 8px;
  vertical-align: middle;
}

.picimg_head .head_title p {
  color: #787878;
  font-size: 14px;
  line-height: 30px;
}

.picimg_head .category {
  float: right;
  vertical-align: text-bottom;
  margin-top: 38px;
}

.picimg_head .category .menuli>a {
  font-size: 15px;
  color: #999;
  display: block;
  width: 100%;
}

.picimg_head .category .menuli {
  display: inline-block;
  height: 30px;
  margin-right: 30px;
  position: relative;
  text-align: center;
  line-height: 24px;
}

.picimg_head .category .menuli span {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}

.picimg_head .category .menuli .submenu {
  position: absolute;
  width: 140px;
  top: 35px;
  right: 0;
  margin-top: 48px;
  text-align: center;
  /* border:1px #f7f7f7 solid; */
  z-index: 10;
  display: none;
  -webkit-animation: erjixiala 0.4s ease-in-out;
  animation: erjixiala 0.4s ease-in-out alternate;
}

.picimg_head .category .menuli:hover .submenu {
  display: block;
  top: 0;
}

.picimg_head .category .menuli .submenu li {
  width: 100%;
  border-bottom: 1px #f9f8f8 solid;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(180, 180, 180, 0.6);
}

.picimg_head .category .menuli .submenu li a {
  display: block;
  padding: 10px 0;
  color: #999;
}

.picimg_head .category .menuli .submenu li a:hover {
  background-color: #f4f4f4;
  color: #333;
}

.picimg_head .category .menuli:last-child {
  margin-right: 10px;
}

.picimg_head .category .menuli>a::before {
  /* content: ""; */
  position: absolute;
  bottom: -10px;
  left: 100%;
  width: 0;
  border-bottom: 2px #c4261d solid;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  /* transition: 0.2s all linear; */
}

.picimg_head .category .menuli>a:hover {
  color: #c4261d;
}

.picimg_head .category .menuli>a:hover::before {
  width: 100%;
  left: 0;
}

.picimg_head .category .menulia:hover~a::before {
  left: 0;
}

@-webkit-keyframes erjixiala {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes erjixiala {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.idnex_picimg .container .bigbox {
  width: 100%;
  position: relative;
  /* margin-top: 80px; */
}

.idnex_picimg .container .item {
  position: absolute;
  padding-bottom: 20px;
}

.idnex_picimg .container .item .boximg {
  position: relative;
  overflow: hidden;
}

.idnex_picimg .container .item .boximg .item_after {
  width: 90%;
  height: 90%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.idnex_picimg .container .item .boximg .item_after h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  /* display: none; */
}

.idnex_picimg .container .item .boximg .item_after p {
  color: #fff;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 0 10px;
}

.idnex_picimg .container .item img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.idnex_picimg .container .item .boximg {
  position: relative;
}

.idnex_picimg .container .item .boximg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: #c4261d;
  /* border-top: 50px solid #c4261d;
  border-right: 50px solid transparent; */
  z-index: 2;
}

.idnex_picimg .container .item .boximg::before {
  /* content: ""; */
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #c4261d;
  z-index: 2;
}

.idnex_picimg .container .bigbox .boxtxt {
  /* margin-top: 20px; */
  position: relative;
  padding: 10px 0;
}

.idnex_picimg .container .bigbox .boxtxt h4 {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.idnex_picimg .container .bigbox .boxtxt p {
  font-size: 12px;
  color: #999;
}

.idnex_picimg .container .bigbox .boxtxt span {
  background-color: #eeeeee;
  padding: 3px 8px;
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  margin-right: 10px;
  display: inline-block;
}

.idnex_picimg .container .bigbox .boxtxt::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 3px;
  height: 1px;
  background-color: #a5a5a5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
}

.idnex_picimg .container .item:hover .boxtxt::after {
  width: 40px;
}

.idnex_picimg .container .item:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.idnex_picimg .container .item:hover .boximg .item_after {
  opacity: 1;
}

.idnex_picimg .container .item:hover .boximg .item_after h3 {
  margin-top: 0;
}

.idnex_picimg .container .item:hover .boximg .item_after p {
  margin-top: 0;

}

.more_btn {
  position: relative;
  margin: 0 auto;
  width: 32%;
  border-radius: 2px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border: 1px #dcdcdc solid;
  font-size: 16px;
}

.more_btn .btn_1 {
  width: 100%;
  height: 100%;
  display: block;
  color: #999;
  /* border: 1px #dcdcdc solid; */
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
}

.more_btn .btn_2 {
  width: 100%;
  height: 100%;
  display: block;
  color: #999;
  /* border: 1px #dcdcdc solid; */
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  left: -100%;
  overflow: hidden;
  z-index: 10;
}

.more_btn:hover .btn_1 {
  width: 0;
  right: -100px;
}

.more_btn:hover .btn_2 {
  left: 0;
  background: #2f2f2f;
  color: #fff;
}

/* 项目案例结束 */

/* 关于我们开始 */
.index_gywm {
  padding: 65px 0;
  overflow: hidden;
}

.index_gywm .gywm_wrapper {
  width: 100%;
  margin: 0 auto;

  overflow: hidden;
  height: 447px;
}

.index_gywm .gywm_wrapper .gywm_left {
  float: left;
  width: 50%;
  background: url(../images/aboutus.jpg) center center;
  background-size: cover;
  height: 447px;
}

.index_gywm .gywm_wrapper .gywm_left img {
  width: 100%;
  display: block;
}

.index_gywm .gywm_wrapper .gywm_right {
  width: 50%;
  float: right;
  height: 447px;
  background-color: #f8f8f8;
}

.index_gywm .gywm_wrapper .gywm_right .gywm_right_text {
  width: 65%;
  margin: auto;
  padding-top: 80px;
  text-align: center;
}

.index_gywm .gywm_wrapper .gywm_right .gywm_right_text h3 {
  font-size: 26px;
  color: #424242;
  line-height: 35px;
}

.index_gywm .gywm_wrapper .gywm_right .gywm_right_text p {
  font-size: 14px;
  color: #b6b6b6;
  line-height: 20px;
}

.index_gywm .gywm_wrapper .gywm_right .gywm_right_text .right_min {
  margin-top: 35px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}

.index_gywm .gywm_wrapper .gywm_right .gywm_right_text .more_btn {
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  font-size: 14px;
}

/* 关于我们结束 */

/* 新闻开始 */
.index_news {
  overflow: hidden;
  padding: 60px 0;
}

  {
  width: 1200px;
  margin: 0 auto;
}

.picimg_head .category a:nth-child(2) {
  margin-right: 0;
}

.news_main {}

.ryzs_main .swiper-container {
  overflow: unset;
}

.news_main ul li {
  float: left;
  width: 30%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  margin-right: 4.6%;
  position: relative;
}

.news_auto .news_main ul li::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #c4261d;
  position: absolute;
  width: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}

.news_main ul li:nth-child(3) {
  margin-right: 0;
}

.news_main ul li .list_wrap {
  padding: 12px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.news_main ul li .list_wrap img {
  width: 100%;
}

.news_main ul li .list_wrap .list_wrap_head {
  /* margin-bottom: 40px; */
}

.news_main ul li .list_wrap .list_wrap_head h3 {
  font-size: 15px;
  color: #333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}

.news_main ul li .list_wrap .list_wrap_head span {
  font-size: 13px;
  color: #999;
}

.news_main ul li .list_wrap .list_wrap_head p {
  line-height: 24px;
  font-size: 12px;
  color: #666;
  margin-top: 15px;
}

.news_main ul li:hover {
  box-shadow: 0 0px 28px rgba(0, 0, 0, 0.2);
  margin-top: -15px;
}

.news_main ul li:hover .list_wrap_head h3 {
  text-decoration: underline;
  color: #c4261d;
}

/* 新闻结束 */

/* 底部开始 */
.index_foot {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin-top: 80px;
  text-align: center;
}

.index_foot .foot_icon {
  margin-bottom: 10px;
}

.index_foot .foot_icon a {
  margin: 0 5px;
  display: inline-block;
  width: 22px;
  height: 22px;
  /* background-size: cover; */
  /* width:40px;
  height:40px;
  background-color: #c4261d; */
}

.index_foot .foot_icon a:nth-child(1) {
  background: url(../images/icon1.png);
}

.index_foot .foot_icon a:nth-child(2) {
  background: url(../images/icon2.png);
}

.index_foot .foot_icon a:nth-child(3) {
  background: url(../images/icon3.png);
}

.index_foot .foot_icon a:nth-child(4) {
  background: url(../images/icon5.png);
}

.index_foot .foot_icon a img {
  display: none;
}

.foot_auto a {
  padding: 0 !important;
  float: none !important;
  /* background-image: none !important; */
}

.index_foot .copyright {
  text-align: center;
  line-height: 26px;
  color: #666;
}

.index_foot .copyright a {
  color: #666;
}

.index_foot .copyright a:hover {
  color: #c4261d;
}

.scroll {
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.scroll img {
  width: 100%;
  height: 100%;
}

/* 底部结束 */

/* 项目列表 */
.page_piclist {
  width: 100%;
  overflow: hidden;
  margin-top: 200px;
}

.piclist_auto {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1580px;
}

.piclist_list {
  overflow: hidden;
}

.piclist_list ul li {
  width: 24.0025%;
  float: left;
  overflow: hidden;
  margin-right: 1.33%;
}

.piclist_list ul li:nth-child(4n) {
  margin-right: 0;
}

.piclist_list .item_box {
  position: relative;
  padding-bottom: 20px;
}

.piclist_list .item_box .boximg {
  position: relative;
  overflow: hidden;
}

.piclist_list .item_box .boximg .item_after {
  width: 90%;
  height: 90%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.piclist_list .item_box .boximg .item_after h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  display: none;
  /* display: none; */
}

.piclist_list .item_box .boximg .item_after p {
  color: #666;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  padding: 0 20px;
  line-height: 25px;
}

.piclist_list .item_box img {
  width: 100%;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.piclist_list .boxtxt {
  /* margin-top: 20px; */
  position: relative;
  padding: 10px 0;
}

.piclist_list .boxtxt h4 {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.piclist_list .boxtxt p {
  font-size: 12px;
  color: #999;
}

.piclist_list .boxtxt span {
  background-color: #eeeeee;
  padding: 3px 8px;
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  margin-right: 10px;
  display: inline-block;
}

.piclist_list .boxtxt::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 3px;
  height: 1px;
  background-color: #a5a5a5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
}

.piclist_list .item_box:hover .boxtxt::after {
  width: 40px;
}

.piclist_list .item_box:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.piclist_list .item_box:hover .boximg .item_after {
  opacity: 1;
}

.piclist_list .item_box:hover .boximg .item_after h3 {
  margin-top: 0;
}

.piclist_list .item_box:hover .boximg .item_after p {
  margin-top: 0;
}

.pages {
  margin-top: 30px;
  text-align: center;
}

.pages a {
  color: #666;
  margin: 0 5px;
  padding: 8px 12px;
  display: inline-block;
  border: 1px #eee solid;
}

.pages a:hover,
.pages a.active {
  background-color: #333;
  color: #fff;
}

.item_content {
  margin-top: 80px;
}

.item_content .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: none;
}

.item_content .swiper-wrapper .swiper-slide {
  height: 650px;
}

.swiper-container .swiper-button-prev {
  width: 45px;
  height: 47px;
  background: rgb(0, 0, 0, 0.4);
  left: -58px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.swiper-container .swiper-button-prev::after {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.swiper-container .swiper-button-next {
  width: 45px;
  height: 47px;
  background: rgb(0, 0, 0, 0.4);
  right: -65px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.swiper-container .swiper-button-next::after {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.swiper-container:hover .swiper-button-next {
  right: 0px;
  outline: none;
}

.swiper-container:hover .swiper-button-prev {
  left: 0px;
  outline: none;
}

.item_content .item_main .item_data {
  width: 18%;
  float: left;
}

.item_content .item_main .item_data .data_box {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.item_content .item_main .item_data .data_box:last-child {
  border: none;
}

.item_content .item_main .item_inner {
  width: 77%;
  float: left;
  margin-left: 5%;
}

.inner_text {
  border-bottom: 1px solid #eee;
  margin-bottom: 28px;
}

.item_content .item_main .item_inner h3.title {
  font-size: 22px;
  margin-bottom: 24px;
}

.item_content .item_main .item_inner .inner_text p {
  line-height: 30px;
  color: #666;
  font-size: 13px;
}

.item_content .item_data .data_box h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.item_content .item_data .data_box h3 span {
  font-size: 16px;
  color: #333;
}

.item_content .item_data .data_box p {
  color: #999;
}

.item_content .item_auto {
  margin-top: 50px;
}

.item_content .item_auto .item_main {
  width: 100%;
  margin-right: 50px;
}

.item_content .item_auto .item_main img {
  width: 100%;
  display: block;
}

.item_content .item_auto .item_main p {
  line-height: 23px;
  color: #999;
  font-size: 12px;
  margin-bottom: 12px;
}

.image-list {
  width: 100%;
  box-sizing: border-box;
}

.image-list .cover {
  position: relative;
  width: 32.2%;
  float: left;
  margin-right: 1.3%;
  margin-bottom: 10px;
  background-color: #fff;
  cursor: pointer;
}

.image-list .cover:nth-child(3n) {
  margin-right: 0;
}

/*main CSS*/
#pictureViewer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

#pictureViewer>.content {
  position: fixed;
  width: 65%;
  height: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

#pictureViewer .menu-bar {
  width: 100%;
}

#pictureViewer .menu-bar .handel {
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

#pictureViewer .menu-bar .handel:hover {
  background-color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#pictureViewer .menu-bar .handel.maximization {
  background-image: url(../images/maximization_black.png);
  background-size: 14px;
}

#pictureViewer .menu-bar .handel.maximization:hover {
  background-image: url(../images/maximization_white.png);
}

#pictureViewer .menu-bar .handel.miniaturization {
  background-size: 16px;
  background-image: url(../images/miniaturization_black.png);
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
  background-image: url(../images/miniaturization_white.png);
}

#pictureViewer .menu-bar .handel.close-view {
  background: url(../images/close_black.png) center center no-repeat #fff;
  background-size: 15px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 999;
  border-radius: 50px;
}

#pictureViewer .menu-bar .handel.close-view:hover {
  background: url(../images/close_white.png) center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 15px;
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
  display: inline-block;
  width: 35px;
  height: 60px;
  position: absolute;
  top: calc(50% - 43px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#pictureViewer .handel-prev {
  background-image: url(../images/prev_white.png);
  left: -50px;
}

#pictureViewer .handel-next {
  background-image: url(../images/next_white.png);
  right: -50px;
}

#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

#pictureViewer .picture-content {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

#pictureViewer .picture-content .cover {}

#pictureViewer .counter {
  position: relative;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

#pictureViewer .counter span {
  color: #fff;
}

#pictureViewer .hide {
  display: none;
}

#pictureViewer .left {
  float: left;
}

#pictureViewer .right {
  float: right;
}

#pictureViewer .clear-flex {
  clear: both;
}

#pictureViewer img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.index_around_on {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 18px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cover:hover .index_around_on {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.index_around_on img {
  height: 32px;
  max-width: 32px;
}

.item_content .item_auto .item_xgal .head_title {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px #ddd solid;
}

.item_content .item_auto .item_xgal .head_title h3 {
  font-size: 24px;
}
.item_content .item_auto .item_xgal .head_title h3 span{
  color: #b6b6b6;
}

.item_content .item_auto .item_xgal .head_title p {
  line-height: 25px;
  color: #666;
}

.item_content .item_auto .item_xgal .relevant_item {
  position: relative;
  margin-top: 30px;
}

.item_content .container .item_box {
  padding-bottom: 20px;
  width: 18.9%;
  float: left;
  margin-right: 1.3%;
}

.item_content .container .item_box:nth-child(5n) {
  margin-right: 0;
}

.item_content .container .item_box .boximg {
  overflow: hidden;
  position: relative;
}

.item_content .container .item_box .boximg img {
  width: 100%;
}

.item_content .container .item_box .boximg .item_after {
  width: 90%;
  height: 90%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

.item_content .container .item_box .boximg .item_after h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: -20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  /* display: none; */
}

.item_content .container .item_box .boximg .item_after p {
  color: #fff;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.item_content .container .item_box img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.item_content .container .boxtxt {
  /* margin-top: 20px; */
  position: relative;
  padding: 5px 0;
}

.item_content .container .boxtxt h4 {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item_content .container .boxtxt p {
  font-size: 12px;
  color: #999;
}

.item_content .container .boxtxt span {
  background-color: #eeeeee;
  padding: 3px 8px;
  font-size: 12px;
  color: #666;
  display: inline-block;
}

.item_content .container .item_box:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.item_content .container .item_box:hover .boximg .item_after {
  opacity: 1;
}

.item_content .container .item_box:hover .boximg .item_after h3 {
  margin-top: 0;
}

.item_content .container .item_box:hover .boximg .item_after p {
  margin-top: 0;
}

/* 项目结束 */

/* 关于我们开始 */
.page_about {
  margin-top: 80px;
  overflow: hidden;
}

.about_bgimg {
  position: relative;
  height: 650px;
  background: url(../images/about1.jpg) center center no-repeat;
}

.rczp_bgimg {
  position: relative;
  height: 300px;
  background: url(../images/rcap.jpg) no-repeat;
  margin-top: 80px;
}

.page_about .about_bgimg img {
  width: 100%;
}

.page_about .about_title {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.page_about .about_title h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page_about .about_title p {
  font-size: 21px;
}

.page_about .about_cont {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  margin-top: -300px;
}

.page_about .about_content {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  /* box-shadow: 0 10px 10px rgba(201, 201, 201, 0.5);  */
  padding: 50px;
  background-color: #fff;
  border-bottom: 1px #ddd solid;
  margin-bottom: 80px;
}

.page_about .title {
  text-align: center;
  color: #333;
  padding-bottom: 40px;
}

.page_lxwm .title {
  text-align: center;
  color: #333;
  padding-bottom: 40px;
}

.page_about .title h3 {
  font-size: 26px;
  margin-bottom: 5px;
}

.page_about .title p {
  color: #999;
}

.page_about .about_content .about-main .imgbox {
  width: 37%;
  float: left;
}

.page_about .about_content .about-main {
  margin: 0 auto;
  margin-bottom: 50px;
  width: 95%;
  display: flex;
}

.page_about .about_content .about-main img {
  width: 100%;
}

.page_about .about_content .text {
  width: 63%;
  text-align: left;
  margin: 0 auto;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  text-indent: 2em;
  font-size: 15px;
}

.page_about .about_content .text p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.page_about .about_content .layout_box .module_ul {
  height: 100%;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page_about .about_content .layout_box li {
  width: 25%;
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-right: 1px #ddd solid;
  padding: 10px 0;
}

.page_about .about_content .layout_box li:last-child {
  border: none;
}

.page_about .about_content .layout_box li .number .counterDX {
  font-size: 32px;
  color: #333;
}

.page_about .about_content .layout_box li:nth-child(1) .number .unit {
  font-size: 16px;
  font-weight: lighter;
}

.page_about .about_content .layout_box li .number .unit {
  font-size: 18px;
  color: #999;
  font-weight: bold;
}

.page_about .about_content .layout_box li .title_p {
  font-size: 14px;
  color: #666;
}

.page_about .about_qywh {
  /* border-bottom: 1px #ddd solid; */
  /* padding-bottom: 30px; */
}

.page_about .about_qywh img {
  width: 100%;
  display: block;
}

.page_about .about_qywh .qywh_main {
  display: flex;
}

.page_about .about_qywh .qybox_list {
  width: 32%;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.page_about .about_qywh .qybox_list:nth-child(3) {
  margin-right: 0;
}

.page_about .about_qywh .qybox_list .qy_title {
  margin-bottom: 10px;
}

.page_about .about_qywh .qybox_list .textbox {
  text-align: center;
  padding: 15px 15px 10px;
  position: relative;
}

.page_about .about_qywh .qybox_list .textbox h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.page_about .about_qywh .qybox_list .textbox p {
  color: #999;
}

.page_about .about_qywh .qybox_list .textbox .rltxt {
  line-height: 26px;
  color: #666;
  overflow: hidden;
  transition: 0.4s;
}

.page_about .about_qywh .qybox_list:hover .textbox h3 {
  color: #c4261d;
}

/* 关于我们结束 */

/* 联系我们开始 */
.page_about .about_ditu {
  overflow: hidden;
  height: 450px;
  background: url(../images/ditu.jpg) no-repeat;
}

.page_lxwm .container {
  margin-top: 50px;
}

.page_about .about_ditu img {
  display: none;
  width: 100%;
}

.page_lxwm .title {
  padding-bottom: 0;
}

.page_about .lxwm_content {
  width: 100%;
  margin-bottom: 20px;
}

.page_about .book_content {
  width: 100%;
  box-sizing: border-box;
  /* border-left:1px #eee solid; */
}

.page_about .book_content .title {
  text-align: center;
  display: none;
}

.page_lxwm .zxns_content {
  margin-top: 70px;
}

.page_lxwm .zxns_content .title {
  text-align: center;
}

.page_about .lxwm_content img {
  width: 100%;
}

.page_about .lxwm_content .lxwm_main {
  text-align: center;
  margin-top: 40px;
}

.page_about .lxwm_content .lxwm_main .lxwm_box {
  width: 25%;
  float: left;
  box-sizing: border-box;
  /* display: inline-block; */
  vertical-align: top;
  padding: 0 3%;
  border-right: 1px #eee solid;
}

.page_about .lxwm_content .lxwm_main .lxwm_box:nth-child(4) {
  border: none;
}

.page_about .lxwm_content .lxwm_main .lxwm_box .imgbox {
  text-align: center;
  width: 20%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.page_about .lxwm_content .lxwm_main .lxwm_box .imgbox img {
  width: 100%;
}

.page_about .lxwm_content .lxwm_main .lxwm_box h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.page_about .lxwm_content .lxwm_main .lxwm_box p {
  color: #666;
  line-height: 28px;
}

.page_about .book_content .book_main {
  width: 95%;
  margin: 0 auto;
  padding-top: 40px;
}

.page_about .book_main .input {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  position: relative;
}

.page_lxwm .zxns_content {
  margin-top: 70px;
}

.page_lxwm .zxns_content .title {
  text-align: center;
}

.page_lxwm .zxns_content .zxns_list {
  text-align: center;
}

.page_lxwm .zxns_content .zxns_list li {
  width: 20%;
  float: left;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 10px;
}

.page_lxwm .zxns_content .zxns_list li .title {
  font-size: 14px;
  color: #666;
  border: 1px #eee solid;
  padding: 10px 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.page_lxwm .zxns_content .zxns_list li .title:hover {
  color: #333;
  border-color: rgb(150, 150, 150);
}

.page_about .lxwm_content img {
  width: 100%;
}

.page_about .lxwm_content .lxwm_main {
  text-align: center;
  margin-top: 40px;
}

.page_lxwm .zxns_content .gshj_main {
  margin-top: 50px;
}

.page_lxwm .zxns_content .gshj_main .imgbox {
  width: 24.0025%;
  float: left;
  margin-right: 1.33%;
}

.page_lxwm .zxns_content .gshj_main .imgbox img {
  width: 100%;
}

.page_lxwm .zxns_content .gshj_main .imgbox:nth-child(4) {
  margin-right: 0;
}

.page_about .book_main .input:nth-child(3) {
  margin-right: 0;
}

.page_about .book_main .input .input_text {
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
  border: none;
  outline: 0;
  border-bottom: 1px #ddd solid;
  color: #666;
}

.page_about .book_main .input .input_text~label {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #999;
  letter-spacing: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.page_about .book_main .input .input_text~.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px #666 solid;
  width: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.page_about .book_main .input .input_text:focus~label,
.page_about .book_main .input .input_text.has-content~label {
  bottom: 35px;
  font-size: 12px;
  color: #666;
}

.page_about .book_main .input .input_text:focus~.focus-border,
.page_about .book_main .input .input_text.has-content~.focus-border {
  width: 100%;
}

.page_about .book_main .textarea {
  margin-top: 30px;
  position: relative;
}

.page_about .book_main .textarea .content {
  width: 100%;
  height: 150px;
  padding: 10px 0;
  color: #666;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px #ddd solid;
  outline: none;
  font-family: "Arial;";
}

.page_about .book_main .textarea .content~label {
  position: absolute;
  top: 10px;
  left: 0;
  color: #999;
  letter-spacing: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.page_about .book_main .textarea .content~.con-border {
  position: absolute;
  bottom: 4px;
  left: 0;
  border-bottom: 1px #666 solid;
  width: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.page_about .book_main .textarea .content:focus~label,
.page_about .book_main .textarea .content.has-content2~label {
  top: -10px;
  font-size: 12px;
  color: #666;
}

.page_about .book_main .textarea .content:focus~.con-border,
.page_about .book_main .textarea .content.has-content2 .con-border {
  width: 100%;
}

.page_about .book_main .input_submit {
  margin-top: 50px;
  text-align: center;
}

.page_about .book_main .input_submit input {
  width: 28%;
  border: none;
  border: 1px #ddd solid;
  background: none;
  padding: 14px 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}

.page_about .book_main .input_submit input:hover {
  width: 20%;
  color: #fff;
  background: #2f2f2f;
}

.page_about .zxns_content .zxns_main {
  margin-top: 60px;
}

.zxns_content .left-title {
  width: 20%;
  text-align: right;
  vertical-align: top;
  padding-left: 5%;
  box-sizing: border-box;
  display: inline-block;
}

.zxns_content .left-title .list {
  width: 100%;
  margin-top: 5%;
}

.zxns_content .left-title .list .fz22 {
  color: #333;
  position: relative;
  padding-left: 40px;
  border: 1px #eee solid;
  transition: 0.4s;
  padding: 10px 10px;
  cursor: pointer;
}

.zxns_content .left-title .list .fz22::before {
  width: 26px;
  height: 3px;
  opacity: 0;
  background: #333;
  position: absolute;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  content: "";
}

.zxns_content .left-title .list.on .fz22 {
  color: #333;
  padding: 12px 10px;
  border: 1px #999 solid;
}

.zxns_content .swiper-slide-thumb-active.list .fz22 {
  color: #333;
  padding: 12px 10px;
  border: 1px #eee solid;
}

.zxns_content .swiper-slide-thumb-active.list .fz22::before {
  opacity: 1;
}

.zxns_content .left-title .list.in {
  margin-top: 0;
}

.zxns_content .right-conter {
  width: 74%;
  text-align: left;
  margin-left: 5%;
  box-sizing: border-box;
  display: inline-block;
}

.zxns_content .right-conter .last {
  width: 100%;
}

.zxns_content .right-conter .last .list {
  width: 100%;
  height: 252px;
  line-height: 28px;
  overflow: auto;
  color: #333;
  word-wrap: break-word;
  padding-right: 10px;
  box-sizing: border-box;
}

.zxns_content .right-conter .page {
  width: 100%;
  margin-top: 50px;
}

.zxns_content .right-conter .page .prev {
  width: 150px;
  height: 40px;
  cursor: pointer;
  background: #333 url(../images/img18.png) no-repeat center;
  background-size: 30%;
  border: 1px solid #333;
  display: inline-block;
  outline: none;
}

.zxns_content .right-conter .page .next {
  width: 140px;
  height: 40px;
  cursor: pointer;
  background: #333 url(../images/img19.png) no-repeat center;
  background-size: 30%;
  border: 1px solid #333;
  margin-left: 20px;
  display: inline-block;
  outline: none;
}

.zxns_content .left-title .swiper-wrapper {}

.zxns_content .right-conter .page .prev.swiper-button-disabled {
  background: url(../images/img18.png) no-repeat center;
  background-size: 30%;
  border: 1px solid #eee;
}

.zxns_content .right-conter .page .next.swiper-button-disabled {
  background: url(../images/img19.png) no-repeat center;
  background-size: 30%;
  border: 1px solid #eee;
}

.zxns_content .right-conter .email {
  color: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-top: 100px;
}

.zxns_content .right-conter .last .list::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

.zxns_content .right-conter .last .list::-webkit-scrollbar-thumb {
  width: 6px;
  height: 30px;
  background-color: rgb(209, 209, 209);
}

.zxns_content .right-conter .last .list::-webkit-scrollbar-track {
  border-radius: 20px;
}

/* 联系我们结束 */

/* 亚美荣誉开始 */
.page_notes {
  background: url(http://www.hanhua.com/skin/default/images/ny/dsj_bg.jpg) no-repeat center;
  margin-top: 100px;
  overflow: hidden;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  margin-bottom: 50px;
  padding: 80px 0;
}

.page_notes .container .title h3 {
  color: #fff;
  font-weight: bold;
}

.page_notes .container .title p {
  color: #eee;
}

.page_notes .notes_body {
  margin-top: 30px;
}

.page_notes .notes_body .notes_inner {
  height: 330px;
}

.page_notes .notes_body .inner_text {
  width: 80%;
  float: left;
  padding-right: 2%;
  box-sizing: border-box;
  border: none;
  height: 100%;
  overflow: auto;
  display: none;
}

/* .page_notes .notes_body .inner_text#show{
  display: block;
} */
.page_notes .notes_body .inner_year {
  float: right;
  width: 20%;
  box-sizing: border-box;
  text-align: right;
  display: table;
}

.page_notes .notes_body .inner_year .year {
  font-size: 64px;
  /* font-weight: bold; */
  display: table-cell;
  vertical-align: middle;
  height: 330px;
  color: #fff;
}

.page_notes .notes_body .inner_text .line {
  margin-bottom: 15px;
  line-height: 32px;
  color: #fff;
}

.page_notes .notes_body .inner_text .line .date {
  float: left;
  width: 50px;
  color: #fff;
  font-weight: bold;
}

.page_notes .notes_body .inner_text .line .words {
  width: 94%;
  float: left;
  padding-left: 2%;
  color: #fff;
  box-sizing: border-box;
}

.timer-shaft {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: url(../images/dian1.png) repeat-x center;
  padding-bottom: 50px;
}

.timer-left {
  position: absolute;
  top: 42%;
  left: 0;
  z-index: 99;
  width: 48px;
  height: 48px;
  margin-top: -13.5px;
  background: #ffffff url(../images/hon_left.png) no-repeat;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.timer-left:hover {
  background: #333 url(../images/hon_lefta.png) no-repeat;
}

.timer-right {
  position: absolute;
  top: 42%;
  right: 0;
  z-index: 99;
  width: 48px;
  height: 48px;
  margin-top: -13.5px;
  background: #ffffff url(../images/hon_right.png) no-repeat;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.timer-right:hover {
  background: #333 url(../images/hon_righta.png) no-repeat;
}

.timer-scale {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  padding-left: 80px;
  font-size: 0;
  white-space: nowrap;
}

.timer-scale-cont {
  display: inline-block;
  height: 100%;
}

.time-circle {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}

.timer-scale-cont.hov .time-circle {
  font-size: 16px;
}

.line-scale {
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 22px;
  margin: 0 2px;
  /* background: url(../images/dian1.png) repeat-x center; */
}

.shaft-detail-cont {
  display: none;
  width: 100%;
}

.timer-year {
  padding-left: 20px;
  font-weight: 700;
  color: #333;
  font-size: 0;
}

.icon-year {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 40px;
  background: url(../images/icon_sign.png) no-repeat;
  background-size: cover;
}

.timer-year span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  font-size: 24px;
}

.time-circle {
  background: url(../images/d_d1.png) no-repeat center top;
  padding-top: 35px;
  margin-top: 56px;
  color: #999;
}

.timer-scale-cont.hovs .time-circle {
  font-size: 16px;
}

.hovs .time-circle {
  background: url(../images/d_d2.png) no-repeat center top;
  color: #666;
}

.xmry_content {
  margin-top: 50px;
}

.xmry_content .title {
  padding-bottom: 10px;
}

.xmry_content .xmry_main .list_wrap {
  margin-top: 30px;
}

.xmry_content .xmry_main .list_wrap .listbox {
  display: none;
}

.xmry_content .xmry_main .listbox li {
  min-height: 80px;
  background: #fff;
  border-top: 1px #eee solid;
  position: relative;
  padding: 30px 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  display: flex;
}

.xmry_content .xmry_main .listbox li:last-child {
  border-bottom: 1px #eee solid;
}

.xmry_content .xmry_main .listbox li .name {
  float: left;
  width: 42%;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  background: url(../images/nimg15_5.png) left center no-repeat;
  font-weight: bold;
}

.xmry_content .xmry_main .listbox li .data-none {
  width: 60%;
}

.xmry_content .xmry_main .listbox li div {
  width: 50%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.xmry_content .xmry_main .listbox li div p {
  color: #666;
  margin-bottom: 5px;
}

.xmry_content .xmry_main .listbox li div p span {
  color: #333;
}

.xmry_content .xmry_main .listbox li .date {
  text-align: right;
}

.xmry_content .xmry_main .listbox li:hover {
  /* border: 1px #333 solid; */
}

.ryzs_content {
  margin-top: 50px;
}

.ryzs_content .ryzs_main .listbox li {
  width: 24.0025%;
  float: left;
  overflow: hidden;
  margin-right: 1.33%;
  margin-bottom: 25px;
}

.ryzs_content .ryzs_main .listbox li:nth-child(4n) {
  margin-right: 0;
}

.ryzs_content .ryzs_main .listbox li img {
  width: 100%;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.ryzs_content .ryzs_main .listbox li .imgbox {
  padding: 20px;
  border: 1px #ddd solid;
  overflow: hidden;
  cursor: pointer;
}

.ryzs_content .ryzs_main .listbox li .name {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.ryzs_content .ryzs_main .listbox li:hover .imgbox img {
  transform: scale(1.1);
}

.rczp_wrap {
  margin-top: 150px;
}

.rczp_wrap .container {
  width: 1200px;
}

.rczp_wrap .item_content .item_main .item_inner {
  width: 100%;
}

.rczp_wrap .item_content .item_main .item_inner .inner_text {
  padding-bottom: 30px;
}

.rczp_wrap .item_content .item_auto .item_main p {
  margin-bottom: 15px;
}

.rczp_wrap .item_content .item_auto .item_main .return {
  margin-top: 30px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  /* background-color: #333; */
  border: 1px #eee solid;
  color: #666;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.rczp_wrap .item_content .item_auto .item_main .return:hover {
  border-color: #999;
  color: #333;
}